home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
266_01
/
mathlib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-05-03
|
326 b
|
8 lines
/* General Math Library File: MATHLIB.H
18 Nov 1986 */
double Exp10 (int N); /* return 10 ** N */
int Isin (char Dir); /* integer sine from direction H or V */
int Icos (char Dir); /* integer cosine from direction H or V */
int Sign (int X); /* return 1 with sign of X */